queue size - определение. Что такое queue size
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое queue size - определение

ABSTRACT DATA TYPE
Bounded queue; Queue (data structure); Real-time queue; Amortized queue
Найдено результатов: 733
Client–queue–client         
Client-Queue-Client; Client-queue-client
A client–queue–client or passive queue system is a client–server computer network in which the server is a data queue for the clients. Instead of communicating with each other directly, clients exchange data with one another by storing it in a repository (the queue) on a server.
deque         
  • browsing history]]: new websites are added to the end of the queue, while the oldest entries will be deleted when the history is too large. When a user asks to clear the browsing history for the past hour, the most recently added entries are removed.
ABSTRACT DATA TYPE FOR WHICH ELEMENTS CAN BE ADDED TO OR REMOVED FROM EITHER THE FRONT OR BACK
Doubly-ended queue; Deques; Double ended queue; Deque; Double-Ended Queue; Head-tail linked list; Doubly ended queue; Real-time deque
double-ended queue         
  • browsing history]]: new websites are added to the end of the queue, while the oldest entries will be deleted when the history is too large. When a user asks to clear the browsing history for the past hour, the most recently added entries are removed.
ABSTRACT DATA TYPE FOR WHICH ELEMENTS CAN BE ADDED TO OR REMOVED FROM EITHER THE FRONT OR BACK
Doubly-ended queue; Deques; Double ended queue; Deque; Double-Ended Queue; Head-tail linked list; Doubly ended queue; Real-time deque
<algorithm> /dek/ (deque) A queue which can have items added or removed from either end[?]. The Knuth reference below reports that the name was coined by E. J. Schweppe. [D. E. Knuth, "The Art of Computer Programming. Volume 1: Fundamental Algorithms", second edition, Sections 2.2.1, 2.6, Addison-Wesley, 1973]. Silicon Graphics (http://sgi.com/tech/stl/Deque.html). [Correct definition? Example use?] (2003-12-17)
Double-ended queue         
  • browsing history]]: new websites are added to the end of the queue, while the oldest entries will be deleted when the history is too large. When a user asks to clear the browsing history for the past hour, the most recently added entries are removed.
ABSTRACT DATA TYPE FOR WHICH ELEMENTS CAN BE ADDED TO OR REMOVED FROM EITHER THE FRONT OR BACK
Doubly-ended queue; Deques; Double ended queue; Deque; Double-Ended Queue; Head-tail linked list; Doubly ended queue; Real-time deque
In computer science, a double-ended queue (abbreviated to deque, pronounced deck, like "cheque"Jesse Liberty; Siddhartha Rao; Bradley Jones. C++ in One Hour a Day, Sams Teach Yourself, Sixth Edition.
Queue         
WIKIMEDIA DISAMBIGUATION PAGE
Queue (computing); Queues; Queuing methods; Queue (disambiguation); The Queue (disambiguation); The Queue (novel)
·vt To fasten, as hair, in a queue.
II. Queue ·noun A line of persons waiting anywhere.
III. Queue ·noun A tail-like appendage of hair; a pigtail.
Particle-size distribution         
  • A [[log-normal distribution]] of coal-fired [[fly ash]].
  • Principle of laser diffraction analysis.
  • Sieve analysis apparatus
  • Principle of [[Single Particle Optical Sizing]] (SPOS) method.
FUNCTION REPRESENTING RELATIVE SIZES OF PARTICLES IN A SYSTEM
Grain size distribution; Particle size distribution
The particle-size distribution (PSD) of a powder, or granular material, or particles dispersed in fluid, is a list of values or a mathematical function that defines the relative amount, typically by mass, of particles present according to size.Jillavenkatesa A, Dapkunas S J, Lin-Sien Lum, Particle Size Characterization, NIST Special Publication 960-1, 2001 Significant energy is usually required to disintegrate soil, etc.
queue         
WIKIMEDIA DISAMBIGUATION PAGE
Queue (computing); Queues; Queuing methods; Queue (disambiguation); The Queue (disambiguation); The Queue (novel)
¦ noun
1. chiefly Brit. a line or sequence of people or vehicles awaiting their turn to be attended to or to proceed.
Computing a list of data items, commands, etc., stored so as to be retrievable in a definite order.
2. archaic a plait of hair worn at the back of the head.
¦ verb (queues, queuing or queueing, queued) chiefly Brit. wait in a queue.
?Computing arrange in a queue.
Origin
C16 (as a heraldic term denoting an animal's tail): from Fr., based on L. cauda 'tail'; cf. cue2.
Brain size         
  • 360x360px
  • Modern human cranial size over the last 300 ka using data consolidated into 100-year means according to one 2022 study<ref name="10.3389/fevo.2022.963568"/>
  • ...and for the last 30 ka<ref name="10.3389/fevo.2022.963568"/>
  • Specimens of analysis on human brain size over 9.8-million-years shown in the image above<ref name="10.3389/fevo.2022.963568"/>
  • Trends in hominin brain size evolution<ref name="10.3389/fevo.2021.742639"/>
TOPIC OF STUDY WITHIN THE FIELDS OF ANATOMY, BIOLOGICAL ANTHROPOLOGY, ANIMAL SCIENCE, AND EVOLUTION
Cranial capacity; Brain size and intelligence; Cerebral volume; Cranial Capacity; Brain volume; Cranium capacity; Biogeographic variation in brain size; Race differences in brain size; Human Brain size; Human brain sizes; Human brain size; Endocranial capacity; Endocranial volume; Endocranial size; Brain morphology; Cranial volume; Draft:Brain Size Over Time; Cranial capacities
The size of the brain is a frequent topic of study within the fields of anatomy, biological anthropology, animal science and evolution. Brain size is sometimes measured by weight and sometimes by volume (via MRI scans or by skull volume).
Digest size         
MAGAZINE SIZE
Digest-sized; Digest magazine; Digest comic; Digest-size
Digest size is a magazine size, smaller than a conventional or "journal size" magazine but larger than a standard paperback book, approximately , but can also be and ,Drake, David; Flint, Eric; Baen, Jim. The World Turned Upside Down.
queue         
WIKIMEDIA DISAMBIGUATION PAGE
Queue (computing); Queues; Queuing methods; Queue (disambiguation); The Queue (disambiguation); The Queue (novel)
I
n. (esp. BE)
1) to form a queue
2) to join; jump the queue
3) in a queue (to stand in a queue)
II
v. see queue up

Википедия

Queue (abstract data type)

In computer science, a queue is a collection of entities that are maintained in a sequence and can be modified by the addition of entities at one end of the sequence and the removal of entities from the other end of the sequence. By convention, the end of the sequence at which elements are added is called the back, tail, or rear of the queue, and the end at which elements are removed is called the head or front of the queue, analogously to the words used when people line up to wait for goods or services.

The operation of adding an element to the rear of the queue is known as enqueue, and the operation of removing an element from the front is known as dequeue. Other operations may also be allowed, often including a peek or front operation that returns the value of the next element to be dequeued without dequeuing it.

The operations of a queue make it a first-in-first-out (FIFO) data structure. In a FIFO data structure, the first element added to the queue will be the first one to be removed. This is equivalent to the requirement that once a new element is added, all elements that were added before have to be removed before the new element can be removed. A queue is an example of a linear data structure, or more abstractly a sequential collection. Queues are common in computer programs, where they are implemented as data structures coupled with access routines, as an abstract data structure or in object-oriented languages as classes. Common implementations are circular buffers and linked lists.

Queues provide services in computer science, transport, and operations research where various entities such as data, objects, persons, or events are stored and held to be processed later. In these contexts, the queue performs the function of a buffer. Another usage of queues is in the implementation of breadth-first search.